Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PushManifestsAsync method #23

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Add PushManifestsAsync method #23

merged 1 commit into from
Oct 17, 2024

Conversation

devantler
Copy link
Owner

Refactored the IGitOpsProvisioner interface and FluxProvisioner class to add a new method, PushManifestsAsync, which allow pushing manifests to an OCI registry. Implemented the PushManifestsAsync method in the FluxProvisioner class, using the FluxCLI.Flux.PushArtifactAsync method for pushing the manifests. Also updated the FluxProvisioner class to use the new method for pushing manifests.

- Added PushManifestsAsync method to IGitOpsProvisioner interface to push manifests to an OCI registry.
- Implemented PushManifestsAsync method in FluxProvisioner class to push manifests to an OCI registry.
- Updated FluxProvisioner class to use FluxCLI.Flux.PushArtifactAsync method for pushing manifests.
@devantler devantler added the enhancement New feature or request label Oct 17, 2024
@devantler devantler self-assigned this Oct 17, 2024
Copy link

codecov bot commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.90%. Comparing base (6ae2910) to head (2d36d15).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
+ Coverage   83.33%   90.90%   +7.57%     
==========================================
  Files           4        4              
  Lines          54       55       +1     
  Branches        3        3              
==========================================
+ Hits           45       50       +5     
+ Misses          8        5       -3     
+ Partials        1        0       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@devantler devantler merged commit a38a938 into main Oct 17, 2024
7 checks passed
@devantler devantler deleted the feature/push-manifests branch October 17, 2024 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant